UCF STIG Viewer Logo

ESX Agent Manager must protect cookies from cross-site scripting (XSS).


Overview

Finding ID Version Rule ID IA Controls Severity
V-256676 VCEM-70-000004 SV-256676r888584_rule Medium
Description
Cookies are a common way to save session state over the HTTP(S) protocol. If attackers can compromise session data stored in a cookie, they are better able to launch an attack against the server and its applications. When a cookie is tagged with the "HttpOnly" flag, it tells the browser this particular cookie should only be accessed by the originating server. Any attempt to access the cookie from client script is strictly forbidden. Satisfies: SRG-APP-000001-WSR-000002, SRG-APP-000223-WSR-000011, SRG-APP-000439-WSR-000154, SRG-APP-000439-WSR-000155
STIG Date
VMware vSphere 7.0 vCenter Appliance EAM Security Technical Implementation Guide 2023-06-15

Details

Check Text ( C-60351r888582_chk )
At the command prompt, run the following command:

# xmllint --format /usr/lib/vmware-eam/web/webapps/eam/WEB-INF/web.xml | sed 's/xmlns=".*"//g' | xmllint --xpath '/web-app/session-config/cookie-config/http-only' -

Expected result:

true

If the output does not match the expected result, this is a finding.
Fix Text (F-60294r888583_fix)
Navigate to and open:

/usr/lib/vmware-eam/web/webapps/eam/WEB-INF/web.xml

Navigate to the node and configure it as follows:



true
true

30


Restart the service with the following command:

# vmon-cli --restart eam